home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Graphics / TVPaint / Rexx / My_First_Program.rx < prev    next >
Encoding:
Text File  |  1995-11-07  |  102 b   |  12 lines

  1. /*    param none    */
  2.  
  3. options results
  4.  
  5. address 'rexx_TVPaint'
  6.  
  7.  
  8. /* Just write 'hello' */
  9.  
  10.     tv_warn Hello
  11.  
  12.